Welcome![Sign In][Sign Up]
Location:
Search - GMM C

Search list

[Other resourcegmm-gmr

Description: 这是一款用C++编写的实现gmm算法的程序,有样例程序,实现了EM算法来寻找GMM参数。
Platform: | Size: 32722 | Author: 阿商 | Hits:

[Speech/Voice recognition/combinehmm-1.03.tar

Description: 语音识别中经典的HMM算法,包括产生序列、测试和参数训练,由C语言编写。- In speech recognition classical HMM algorithm, including has the sequence, the test and the parameter training, compiles by the C language.
Platform: | Size: 13312 | Author: | Hits:

[Speech/Voice recognition/combinesvlib_pc

Description: This class library contains more than 20 classes including feature extraction algorithms (MFCC, LPCC) and modeling techniques (HMM, GMM, DTW, VQ ) for automatic speech recognition and speaker verification
Platform: | Size: 1405952 | Author: 站长 | Hits:

[AI-NN-PREMEM

Description: 高斯混合模型C++版本-Gaussian mixture model C version
Platform: | Size: 1024 | Author: 张瑜 | Hits:

[Speech/Voice recognition/combineMFCCmodel

Description: 求mfcc的模块 的c文件!!mfcc模块在很多领域都可以用到-MFCC module for the c file! ! MFCC modules in many areas can be used
Platform: | Size: 1024 | Author: | Hits:

[Algorithmem-c++

Description: 本文介绍了用c++实现em算法,非常有用!-This paper introduces the use c++ Realize em algorithm, very useful!
Platform: | Size: 6144 | Author: 钟宏 | Hits:

[AI-NN-PRmisc

Description: Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian distribution. cmeans - C-means (or K-means) clustering algorithm. mahalan - Computes Mahalanobis distance. pdfgauss - Computes probability for Gaussian distribution. pdfgmm - Computes probability for Gaussian mixture model. sigmoid - Evaluates sigmoid function.-Probability distribution functions. estimation- (dir) Probability distribution estimation. dsamp- Generates samples from discrete distribution. erfc2- Normal cumulative distribution function. gmmsamp- Generates sample from Gaussian mixture model. gsamp- Generates sample from Gaussian distribution. cmeans- C-means (or K-means) clustering algorithm. mahalan- Computes Mahalanobis distance. pdfgauss- Computes probability for Gaussian distribution. pdfgmm- Computes probability for Gaussian mixture model. sigmoid- Evaluates sigmoid function.
Platform: | Size: 21504 | Author: 林枫 | Hits:

[AI-NN-PRgmm-gmr

Description: 这是一款用C++编写的实现gmm算法的程序,有样例程序,实现了EM算法来寻找GMM参数。-This is a used C++ Prepared gmm algorithm to achieve the procedure, there are sample procedures, the realization of the EM algorithm to find GMM parameters.
Platform: | Size: 32768 | Author: 阿商 | Hits:

[Speech/Voice recognition/combinek5-15

Description: 自已用c++写的GMM的小程式,可用应用在不同的地方!-Own use c to write a small program of GMM can be used in different places!
Platform: | Size: 1337344 | Author: 博邻 | Hits:

[VC/MFCGMM_Lib_New

Description: 高斯混合模型的C语言实现,主要平台是VC6.0.-Gaussian mixture model of the C language, the main platform is VC6.0.
Platform: | Size: 61440 | Author: 颜红波 | Hits:

[Special EffectsGMM

Description: 实现混合高斯模型的聚类算法 利用最大似然估计和最大期望的方法来实现混合高斯模型-Gaussian mixture model to achieve clustering algorithm using the maximum likelihood estimation and the greatest way to achieve the desired mixed-Gaussian model
Platform: | Size: 233472 | Author: realwill | Hits:

[Windows Developgmm-gmr

Description: GMM Gaussian Mixture Models in C
Platform: | Size: 274432 | Author: paulo | Hits:

[OtherGMM

Description: 混合高斯模型的C++程序,封装成为C++的类,直接调用即可。-gaussian mixture model train code
Platform: | Size: 20480 | Author: jiangkaihua | Hits:

[Industry researchGMM

Description: 可以了解GMM的动态,也可以学习GMM的构建技术,对我们学习非常重要!-Can understand the dynamics, also can GMM study of construction technology of GMM our study is very important!
Platform: | Size: 4096 | Author: wang_xian_xia | Hits:

[Multimedia DevelopVTraffic(thread_no_leak)

Description: VC6.0+opencv环境下运动检测的实例,使用了帧差法、GMM方法等,可以对比不同建模方法的效果-VC6.0+ opencv environment, motion detection example, using the frame difference method, GMM methods, you can compare the effect of different modeling methods
Platform: | Size: 309248 | Author: 王志 | Hits:

[Special Effectsgmm

Description: C++和opencv相结合的关于图像中高斯建模的程序。-C++ and opencv combination of Gaussian model on the image of the procedure.
Platform: | Size: 2808832 | Author: hehe | Hits:

[AlgorithmGMM

Description: 高斯混合模型GMM的C++实现 在高斯混合模型中需要使用概率更新参数的地方,程序中都简化成为了1处理,否则计算一个正态分布的概率还是挺花时间的。但是除了将概率换成1,其他地方还是严格按照公式的,大家可以仔细推导一下,就会看出其中的差异- Gaussian mixture model GMM C++ implementation In the Gaussian mixture model parameters need to use probability to update the place, the program has become a simplified treatment, or calculate the probability of a normal distribution was quite time-consuming. But in addition to the probability replaced by 1 or elsewhere in strict accordance with the formula, we can derive a closer look, you will see the differences
Platform: | Size: 394240 | Author: 何峰 | Hits:

[Special EffectsGMM背景建模c++

Description: 混合高斯建模用于背景建模,用于背景检测,速度不是很快....C++语言(GMM background dectect)
Platform: | Size: 3072 | Author: weizhaoqi | Hits:

[Windows DevelopGMM

Description: 此算法实现高斯混合,可以对初始聚类算法选择c均值和EM,可以实现密度估计和分类。(This GMM algorithm can estimate the density and class, the initial steps can select the C-mean and EM.)
Platform: | Size: 10240 | Author: 永yong | Hits:

[OpenCVGmm

Description: 高斯混合模型,利用C++ OEPNCV来完成(This is a GMM model using C++ opencv to deal with it)
Platform: | Size: 14698496 | Author: 科研科研 | Hits:
« 12 3 »

CodeBus www.codebus.net